-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.25.5 with 10-bit AVIF and bugfixes #2378
Conversation
CHANGES.md
Outdated
### Version 0.25.5 | ||
|
||
Features: | ||
- Added support for decoding 10-bit AVIF |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
12 bit also handled as well.
I'd like to get decisions on #2372 and #2363 before releasing. Particularly the question about whether non-default image formats should live in an external |
How about I remove all references to PCX from Cargo.toml, ship a point release and then put them back? I don't want to block shipping bugfixes on decisions about support for an obscure format from the 80s. |
That sounds good. I think cargo now generates warnings for features used in the code but not mentioned in the Cargo.toml, but I think those should only be visible to us, not to downstream users |
PCX temporarily disabled in #2379, this can now be merged and published. |
I don't have publishing rights, so I'll need one of you to |
Both done 🎉 |
Release announcement is up: https://www.reddit.com/r/rust/comments/1gk3v7i/image_v0255_brings_much_improved_avif_decoding/ |
(Edited by @HeroicKatora)